Lender Price API
Pricing a Loan / Common Tasks in Pricing / Get Pricing For Specific User
In This Topic
    Get Pricing For Specific User
    In This Topic

    To get pricing for a specific user, use the search.accessCriteria.searchContext.userId field.

    Note: This is not the same userId that is used in authentication or to generate a secret.

    Example Request

    "search": {

      "accessCriteria": {

        "searchContext": {

          "userId": "mxb234598da"

        }

      }

    }